GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / AddBorderTop Method





In This Topic
AddBorderTop Method (GdPictureImaging)
In This Topic
Syntax
'Declaration
 
Public Function AddBorderTop( _
   ByVal ImageID As Integer, _
   ByVal BorderHeight As Integer, _
   ByVal BorderColor As Integer _
) As GdPictureStatus
public GdPictureStatus AddBorderTop( 
   int ImageID,
   int BorderHeight,
   int BorderColor
)
public function AddBorderTop( 
    ImageID: Integer;
    BorderHeight: Integer;
    BorderColor: Integer
): GdPictureStatus; 
public function AddBorderTop( 
   ImageID : int,
   BorderHeight : int,
   BorderColor : int
) : GdPictureStatus;
public: GdPictureStatus AddBorderTop( 
   int ImageID,
   int BorderHeight,
   int BorderColor
) 
public:
GdPictureStatus AddBorderTop( 
   int ImageID,
   int BorderHeight,
   int BorderColor
) 

Parameters

ImageID
BorderHeight
BorderColor
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging
GdPictureImaging Members